Cannot backup D:\System Volume Information\SRM\quota.md
Hello,
from previous Windows Server Backup the backup is completed with warning - cannot backup D:\System Volume Information\SRM\quota.md, Error [0x80070020] The process can not access the file because it is used by another process.
I made two changes to server.
1/ I installed WSUS with Windows Internal Database
2/ I changed backup script - I excluded WSUS folder from backup
Here is my new backup script: WBADMIN START BACKUP -include:c:,d: -allcritical -exclude:d:\WSUS -vssFull -backupTarget:g: -quiet
And yes, we use File Server Resources Manager for quotas but for more than year and there was no problem with backup
Do you know, how can I solve problem with backing up this file or simply exclude it?
August 25th, 2012 3:53am
I would have ask here.
http://social.technet.microsoft.com/Forums/en/windowsbackup/threads
Thanks
Free Windows Admin Tool Kit Click here and download it now
August 25th, 2012 3:59am
Hi,
I would like to confirm that if you have installed the third-party backup software or applications on your server?
The above mentioned problem can be your machine and scenario specific. Generally such failures occur because some application is causing sharing violation
on files and since backup can not access those files, it fails. We have generally seen Antivirus program causing such problems.
Try to backup and shut down any such Antivirus\possible applications which can cause such problem.
If the problem still persists, you can use these workarounds to take backup:
1.You can perform the backup in safe mode. Safe mode releases all handles. Here is the link for doing operations in safe mode.
http://windows.microsoft.com/en-US/windows7/Advanced-startup-options-including-safe-mode
2.If you are trying to back up the whole drive, you can use this command from admin prompt.
Wbadmin start backup -backuptarget:<Target Drive> -include:<The Drive To backup> -quiet
Or check the following article for further troubleshooting.
http://support.microsoft.com/kb/883825
If you want to exclude WSUS folder, please try the following command-line and see if it can works.
wbadmin start backup backupTarget:g: -include:c:,d: -exclude:d:\WSUS -vssfull
-quiet
Thanks,
August 26th, 2012 11:13pm
If Task Scheduler runs this command: WBADMIN START BACKUP -include:"d:\System Volume Information" -vssFull -backupTarget:c: -quiet, the backup is successfull.
Free Windows Admin Tool Kit Click here and download it now
August 27th, 2012 5:44am
Hi,
Yeah, it means that you have a solution for your issue.
please free to let me know if you have any other questions.
Regards,
August 27th, 2012 10:02pm
I do not have a solution. The command WBADMIN START BACKUP -include:c:,d: -allcritical -exclude:d:\WSUS -vssFull -backupTarget:g: -quiet cannot backup D:\System Volume Information\SRM\quota.md. I run this command on Saturday morning with
Task Scheduler too. I will try to delete existing task and create a new one.
Free Windows Admin Tool Kit Click here and download it now
August 28th, 2012 1:25am
I will try it and let you know on Saturday.
August 28th, 2012 1:31am
I installed WSUS and MSSQL. Next backup was successfull so the -exclude switch really made the problem.
Free Windows Admin Tool Kit Click here and download it now
September 8th, 2012 1:55am
We have the same problem here. Very easy to recreate as we are getting it on several customer servers after we implemented a new policy to excluded WSUS. All backups complete with warning:
Cannot backup D:\System Volume Information\SRM\quota.md, Error [0x80070020] The process can not access the file because it is used by another process.
The -exclude D:\WSUS causes the problem
Ales, are you saying we have to reinstall WSUS on all customer servers to fix this?
November 10th, 2012 3:27pm
Hi,
I am currently experiencing this at one of our customers sites.
I noticed that nothing has been said in a while on this... What was the resolution?
Thanks,
Free Windows Admin Tool Kit Click here and download it now
December 24th, 2012 6:32am
I never found a solution but it is on my todo list to investigate. According to Ale, you need to uninstall and reinstall WSUS. I didn't try that myself as it was too much hassle. For now I've simply removed the exclusion of the WSUS folder from the backup
and we are back to backing up the entire drive again...
January 9th, 2013 5:02am